home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 1997-04-05 | 19.9 KB | 502 lines
[Aliases] n0=Buster { n1= set %jchan $$?1="Channel?" n2= :beginning n3= if ( $me ison %jchan ) { goto end } n4= else { /timer 0 5 /join %jchan | /timer 4 4 /part %jchan | goto beginning } n5= :end n6= halt n7=} n8=von { n9= set %opvnn-v 0 n10= set %opvnn-o 0 n11= set %opvn.msg $$?="enter msg" n12= set %opvn.msg 12[ %logo2 Ops&Voiced/ $+ $opnick(0,#) $+ / $+ $vnick(0,#) $+ ] %opvn.msg n13= :loop-voice n14= inc %opvnn-v 1 n15= if $vnick(%opvnn-v,#) == $null { goto loop-ops } n16= if $vnick(%opvnn-v,#) == $me { goto loop-voice } n17= //.notice $vnick(%opvnn-v,#) %opvn.msg n18= goto loop-voice n19= :loop-ops n20= inc %opvnn-o 1 n21= if $opnick(%opvnn-o,#) == $null { goto end } n22= if $opnick(%opvnn-o,#) == $me { goto loop-ops } n23= //.notice $opnick(%opvnn-o,#) %opvn.msg n24= goto loop-ops n25= :end n26= echo $active %opvn.msg n27= unset %opvnn-o && %opvn.msg && %opvnn-v n28=} n29=rtime { n30= set %realtime $time n31= set %hour $token(1,58,%realtime) n32= set %type AM n33= if (%hour = 0) /set %hour 12 n34= if (%hour > 12) { /set %hour %hour - 12 | /set %type PM } n35= if (%hour = 12) /set %type PM n36= set %min $token(2,58,%realtime) n37= set %realtime %hour $+ : $+ %min %type n38= if (%online = on) /set %online %realtime n39= unset %hour | /unset %min | /unset %type | /return %realtime n40=} n41=/elite { n42= set %asd $$?1="EnteráText" *2 n43= %asd = $replace(%asd,0,°) n44= %asd = $replace(%asd,1,╣) n45= %asd = $replace(%asd,2,▓) n46= %asd = $replace(%asd,3,│) n47= %asd = $replace(%asd,ae,╞) n48= %asd = $replace(%asd,a,σ) n49= %asd = $replace(%asd,b,▀) n50= %asd = $replace(%asd,c,⌐) n51= %asd = $replace(%asd,d,╨) n52= %asd = $replace(%asd,e,δ) n53= %asd = $replace(%asd,i,ε) n54= %asd = $replace(%asd,l,ú) n55= %asd = $replace(%asd,n,±) n56= %asd = $replace(%asd,o,≡) n57= %asd = $replace(%asd,r,«) n58= %asd = $replace(%asd,s,º) n59= %asd = $replace(%asd,u,╡) n60= %asd = $replace(%asd,x,╫) n61= %asd = $replace(%asd,y,Ñ) n62= %asd = $replace(%asd,!,í) n63= %asd = $replace(%asd,?,┐) n64= %asd = $replace(%asd,<,½) n65= %asd = $replace(%asd,>,╗) n66= %asd = $replace(%asd,-,¼) n67= %asc = $replace(%asd,:,ª) n68= say %asd n69= unset %asd n70=} n71=code { n72= set %pos1 0 n73= if (%code1 == º) { goto start1 } n74= if (%key < 2) || (%key > 90) { key } n75= set %len1 $len(*1) | set %code *1 | set %color1 4 | set %code1 "" | set %codekey %key n76= :start1 n77= inc %pos1 1 n78= %asc1 = $asc($mid(%pos1,1,%code)) + %codekey n79= if (%asc1 > 126) { dec %asc1 94 } n80= set %code1 %code1 $+ $chr(%asc1) n81= if (%pos1 < %len1) { goto start1 } n82= say º %code1 n83= echo %color1 > º %code n84= unset %len1 | unset %asc1 | unset %pos1 | unset %code | unset %code1 | unset %color1 n85= unset %codekey n86=} n87=code0 set %len1 $len(*1) | set %code *1 | set %code1 º | set %color1 2 | set %codekey 91 | code n88=decode { n89= set %len2 $len(%decode) n90= if (%len2 > 300) { echo 4 %chan *** Decode halted; possible decode flood from %nick $+ . | halt } n91= if ($mid(1,1,%decode) == º) { set %pos2 1 | set %color2 2 | set %decodekey 91 | goto start1 } n92= if (%key < 2) || (%key > 90) { key } n93= set %pos2 0 | set %color2 4 | set %decodekey %key n94= :start1 n95= set %code2 "" n96= %key2 = %decodekey + 33 n97= :start2 n98= inc %pos2 1 n99= set %asc2 $asc($mid(%pos2,1,%decode)) n100= if (%asc2 < %key2) { inc %asc2 94 } n101= dec %asc2 %decodekey n102= if (%asc2 == 94) { set %asc2 160 } n103= set %code2 %code2 $+ $chr(%asc2) n104= if (%pos2 < %len2) { goto start2 } n105= echo %color2 %chan < $+ %nick $+ > %code2 n106= unset %len2 | unset %nick | unset %chan | unset %asc2 | unset %key2 | unset %pos2 n107= unset %code2 | unset %color2 | unset %decode | unset %decodekey n108=} n109=key { n110= set %key $$?="Number (2-90 excluding 10,13 and 27)?" n111= mykey n112=} n113=mykey { n114= if ((%key < 2) || (%key == 10) || (%key == 13) || (%key == 27) || (%key > 90)) { n115= echo 4 $active *** Enter a number between 2 and 90, excluding 10,13 and 27. n116= } n117= else { echo 4 $active *** Code key is %key $+ . } n118=} n119=backwards { n120= unset %backtext n121= if ($1 == -d) { n122= set %backtext ºá n123= set %text $remove(*1,$left(3,*1)) n124= } n125= else { %text = *1 } n126= %space = $chr(32) n127= %i = $len(%text) + 1 n128= :next n129= dec %i 1 n130= if %i == 0 { say %backtext | halt } n131= %thischar = $mid(%i,1,%text) n132= if %thischar == %space { n133= %thislet = á n134= if %backtext == $null { set %backtext %thislet | goto next } n135= else { set %backtext %backtext $+ %thislet | goto next } n136= } n137= if %backtext == $null { set %backtext %thischar | goto next } n138= else { set %backtext %backtext $+ %thischar | goto next } n139=} n140=blocktalk { n141= set %bk $$?1="EnteráText" *2 n142= %bk = $replace(%bk,a,[A]) n143= %bk = $replace(%bk,b,[B]) n144= %bk = $replace(%bk,c,[C]) n145= %bk = $replace(%bk,d,[D]) n146= %bk = $replace(%bk,e,[E]) n147= %bk = $replace(%bk,f,[F]) n148= %bk = $replace(%bk,g,[G]) n149= %bk = $replace(%bk,h,[H]) n150= %bk = $replace(%bk,i,[I]) n151= %bk = $replace(%bk,j,[J]) n152= %bk = $replace(%bk,k,[K]) n153= %bk = $replace(%bk,l,[L]) n154= %bk = $replace(%bk,m,[M]) n155= %bk = $replace(%bk,n,[N]) n156= %bk = $replace(%bk,o,[O]) n157= %bk = $replace(%bk,p,[P]) n158= %bk = $replace(%bk,q,[Q]) n159= %bk = $replace(%bk,r,[R]) n160= %bk = $replace(%bk,s,[S]) n161= %bk = $replace(%bk,t,[T]) n162= %bk = $replace(%bk,u,[U]) n163= %bk = $replace(%bk,v,[V]) n164= %bk = $replace(%bk,w,[W]) n165= %bk = $replace(%bk,x,[X]) n166= %bk = $replace(%bk,y,[Y]) n167= %bk = $replace(%bk,z,[Z]) n168= %bk = $replace(%bk,!,[!]) n169= %bk = $replace(%bk,?,[?]) n170= %bk = $replace(%bk,$,[$]) n171= %bk = $replace(%bk,#,[#]) n172= %bk = $replace(%bk,/,[/]) n173= %bk = $replace(%bk,\,[\]) n174= %bk = $replace(%bk,|,[|]) n175= say %bk n176= unset %bk n177=} n178=colorblock { n179= set %bk $$?1="Enter Text" *2 n180= %bk = $replace(%bk,a,[2A]) n181= %bk = $replace(%bk,b,[3B]) n182= %bk = $replace(%bk,c,[4C]) n183= %bk = $replace(%bk,d,[5D]) n184= %bk = $replace(%bk,e,[6E]) n185= %bk = $replace(%bk,f,[7F]) n186= %bk = $replace(%bk,g,[8G]) n187= %bk = $replace(%bk,h,[9H]) n188= %bk = $replace(%bk,i,[19I]) n189= %bk = $replace(%bk,j,[2J]) n190= %bk = $replace(%bk,k,[3K]) n191= %bk = $replace(%bk,l,[4L]) n192= %bk = $replace(%bk,m,[5M]) n193= %bk = $replace(%bk,n,[6N]) n194= %bk = $replace(%bk,o,[7O]) n195= %bk = $replace(%bk,p,[8P]) n196= %bk = $replace(%bk,q,[9Q]) n197= %bk = $replace(%bk,r,[1R]) n198= %bk = $replace(%bk,s,[2S]) n199= %bk = $replace(%bk,t,[3T]) n200= %bk = $replace(%bk,u,[4U]) n201= %bk = $replace(%bk,v,[5V]) n202= %bk = $replace(%bk,w,[6W]) n203= %bk = $replace(%bk,x,[7X]) n204= %bk = $replace(%bk,y,[8Y]) n205= %bk = $replace(%bk,z,[9Z]) n206= %bk = $replace(%bk,!,[2!]) n207= %bk = $replace(%bk,?,[3?]) n208= %bk = $replace(%bk,$,[4$]) n209= %bk = $replace(%bk,#,[5#]) n210= %bk = $replace(%bk,/,[6/]) n211= %bk = $replace(%bk,\,[7\]) n212= %bk = $replace(%bk,|,[8|]) n213= say %bk n214= unset %bk n215=} n216=/bco { n217= set %i $replace(*1,$chr(32),á) | set %i $left(200,%i) | set %o $chr(3) $+ 4,1 | set %p 1 | set %c 1 n218= :loop n219= set %o %o $+ $chr(3) $+ $token( %c , 38 , 4&7&8&9&11&13 ) $+ $mid(%p,1,%i) n220= inc %p n221= if ( $mid(%p,1,%i) != á) { inc %c } n222= if ( %c > 6 ) { set %c 1 } n223= if ( $mid(%p,1,%i) != $null ) { goto loop } n224= say %o n225= unset %o %i %p %c n226=} n227=ovn { n228= set %vnn 0 n229= set %ovn.msg $$?="enter msg" n230= set %ovn.msg 04[ %logo2 Ops&Voiced/ $+ $vnick(0,#) $+ / $+ $opnick(0,#) $+ ] 05 %ovn.msg n231= :loop n232= inc %vnn 1 n233= if ($vnick(%vnn,#) == $null) { goto end } n234= //.notice $vnick(%vnn,#) %ovn.msg n235= goto loop n236= :end n237= //.onotice %ovn.msg n238= echo $active %ovn.msg n239= unset %vnn && %ovn.msg n240=} n241=clone { n242= echo 3 4=(-^-)=Now Starting Clone Scan On # $+ 4=(-^-)= n243= echo 3 4=(-^-)=Scanning $nick(0,#) $+ 4=(-^-)= n244= set %startclon $ctime n245= unset %clonsite.* n246= set %numclones 0 n247= set %clon.tmp $nick(0,#) n248= set %clonsite. [ $+ [ $address($nick(%clon.tmp,#),2) ] ] 12,7í4 $+ $nick(%clon.tmp,#) $+ 12,7! at: 12,7!4 $+ $remove($address($nick(%clon.tmp,#),2),*!*@) $+ 12,7í n249= :loopy n250= dec %clon.tmp 1 n251= if %clon.tmp == 0 goto scandone n252= if %clonsite. [ $+ [ $address($nick(%clon.tmp,#),2) ] ] == $null { set %clonsite. [ $+ [ $address($nick(%clon.tmp,#),2) ] ] 12,7í4 $+ $nick(%clon.tmp,#) $+ 12,7! at: 12,7!4 $+ $remove($address($nick(%clon.tmp,#),2),*!*@) $+ 12,7í } n253= else { n254= set %verclones %verclones $+ $address($nick(%clon.tmp,#),2) $+ $chr(43) n255= set %clonsite. [ $+ [ $address($nick(%clon.tmp,#),2) ] ] 12,7í4 $+ $nick(%clon.tmp,#) $+ 12,7! and %clonsite. [ $+ [ $address($nick(%clon.tmp,#),2) ] ] n256= inc %numclones 1 n257= } n258= goto loopy n259= :scandone n260= %donetime = $ctime - %startclon n261= if %numclones == 0 { echo 12 -a 4=(-^-)=No Clones Found On # $+ 4=(-^-)= } n262= else { n263= :showloop n264= echo 3 4=(-^-)=Clones-> $+ %clonsite. [ $+ [ $gettok(%verclones,%numclones,43) ] ] $+ <-4=(-^-)= n265= dec %numclones 1 n266= if %numclones >= 1 goto showloop n267= } n268= echo 3 4=(-^-)=Scan Completed In $duration(%donetime) $+ 4=(-^-)= n269= unset %numclones* n270= unset %clonsite.* n271= unset %verclones n272= unset %clon.tmp n273= echo 3 %logo2 n274=} n275=......PANEL BAR?...................... n276=pbarblack { n277= set %pbartext *1 n278= if $len($me) > 8 { n279= timer 1 5 prepbar2 n280= halt n281= } n282= else prepbar2 n283=} n284=prepbar2 { n285= %textlen = $len($strip(%pbartext)) n286= if %textlen > 50 { echo -a * /pbar message too long! | halt } n287= %text.s1 = 20 - %textlen n288= %text.start = %text.s1 / 2 n289= %text.e1 = %text.start + %textlen n290= %text.e2 = %text.e1 + 1 n291= %text.end = 48 - %text.e2 n292= %pbarmsg = $sp(%text.start) $+ %pbartext $+ $sp(%text.end) n293= say 11,13 $+ $chr(32) $+ $str(49,_) $+ $sp(1) n294= say 11,13 $+ $chr(124) $+ 11,13 $+ %pbarmsg $+ 11,13 $+ $chr(124) n295= say 11,13 $+ $chr(32) $+ $str(49,») $+ $sp(1) n296= if %oldnick != $null { nick %oldnick | unset %oldnick } n297=} n298=; n299=sp %spp = $str($1,$chr(0160)) | return %spp | unset %spp n300=pbar { n301= %textlen = $len(*1) n302= %text.s1 = 20 - %textlen n303= %text.start = %text.s1 / 2 n304= %text.e1 = %text.start + %textlen n305= %text.e2 = %text.e1 + 1 n306= %text.end = 35 - %text.e2 n307= %pbarmsg = $sp(%text.start) $+ *1 $+ $sp(%text.end) n308= say 4,10 $+ $str(20,__) n309= say 4,10 %pbarmsg n310= say 4,10 $+ $str(20,»») n311=} n312=/comments { n313= .enable #comments n314= set %replyadd $??="E-Mail address if you would like a reply:" n315= if (%replyadd == $null) set %replyadd anonymous@blenkhorn.com n316= set %thestring $??="Please enter your comments here:" n317= if (%thestring == $null) set %thestring None Specified. n318= raw -q privmsg $me : $+ $chr(1) $+ DCC CHAT CHAT $longip(206.161.225.88) 25 n319= .timer222 1 30 mailerr n320=} n321=/mailerr { n322= unset %thestring | unset %replyadd n323= .disable #comments n324= close -c $me n325= echo Error in sending mail -- please try again later, your comments are valued. n326=} n327=......BANS AND KICKS...... n328=/bn /raw -q mode # +b $1 n329=/b /ban # $1 3 n330=/k /kick # $1 %logo2 | /notice $1 %logo2 n331=/bk /ban # $1 3 | /kick # $1 %logo2 n332=/tbk /ban -u60 # $1 3 | /kick # $1 %logo2 n333=/b? /ban # $1 3 | /say $?="Why'd Ya Ban 'Em?" %logo2 n334=/k? /echo $1 Kicked For $?="Reason:" $Date ╖ $Time | /kick # $1 %logo2 $1 %logo2 n335=/bk? /ban # $1 3 | /echo $1 b/k'd for $?="Reason:" $Date ╖ $Time | /kick # $1 %logo2 $! %logo2 n336=/dbk /ban # $1 3 | /mode # -o $1 | /kick # $1 %logo2 n337=; n338=......CHANNEL STUFF...... n339=/channorm /mode $chan +tn-smip | /me %logo2 channel mode normal %logo2 n340=/chanopen /mode $chan +tn-mips | /me %logo2 channel mode open %logo2 n341=/cls /clear n342=/hop /part # | /join #$1 n343=/ionly /mode # +i n344=/ioff /mode # -i n345=/j /join #$$1 n346=/keyon /mode # +k $?="What's The Key?" n347=/keyoff /mode # -k $?="What's The Key?" n348=/modon /mode # +m n349=/modoff /mode # -m n350=/n /names #$$1 n351=/secon /mode # +s n352=/secoff /mode # -s n353=/secure /raw -q mode # +tnism-p | /me # %logo2 Channel Secure %logo2 n354=/t /topic # *1 n355=/ta /topic # $?="new topic:" n356=/ttrick /topic # type /who 0 for ops!!! n357=/tlamer /topic # $?="Who's The Lamer?" Is A Lamer!!! n358=/voiceon /mode # +v $1 n359=/voiceoff /mode # -v $1 n360=; n361=......CTCP COMMANDS...... n362=/ping /ctcp $1 Ping n363=/fing /ctcp $1 Finger n364=/version /ctcp $1 Version n365=/time /ctcp $1 Time n366=/uinfo /ctcp $1 Userinfo n367=/cinfo /ctcp $1 Clientinfo n368=; n369=......DCC COMMANDS...... n370=/chat /dcc chat $1 n371=/get /dcc get $1 n372=/send /dcc send $1 n373=; n374=......EXITS...... n375=/poop /quit See U, Gotta go n376=/reboot /ame Damn I hate Reboots!| /exit n377=; n378=......EXTERNAL...... n379=/dos /run c:\command.com n380=/iexplore ENTER PATH\IEXPLORE.EXE $?="Enter URL:" n381=/netscape /run ENTER PATH\netscape.exe $?="Enter URL:" n382=; n383=......BOT STUFF...... n384=/ver /me %logo n385=/vertop /me is using %logo2 now in use %logo2 | /topic # %logo2 now in use %logo2 n386=F11 /clear # n387=f5 { if %pages == 0 { echo -a 12,1You Have No Pages... | halt } | else { run c:\windows\notepad.exe $mircdir $+ page.txt } } n388=sf5 { unset %pages | write -c $mircdir $+ page.txt } n389=leave { n390= unset %pages | set %1 *1 $+ . | away %1 | set %awayreason *1 | /rtime n391= ame 10Is Away. 10Reason: ½ $+ %awayreason $+ ╗ 10Since: %realtime $+ . Type: "/ctcp $me PAGE <message>" To Page Me. %logo2 n392= set %leavetime %realtime n393= .timer165 0 400 /ame 10Is Away. 10Reason: ½ $+ %awayreason $+ ╗ 10Since: %leavetime $+ . Type: "/ctcp $me PAGE <message>" To Page Me. %logo2 n394= set %lctime $ctime | halt n395=} n396=ununidle { .timer2016 off | part %unidle | unset %unidle } n397=back { n398= if $away != $true { echo -a 4You Are Not Away, Sorry. | halt } n399= %lctime = $ctime - %lctime n400= ame 10Is Back. 10Back From Reason: ½ $+ %awayreason $+ ╗ 10Left At: %realtime $+ . 10Was Gone For: $duration(%lctime) n401= away | .timer165 off | unset %lctime | unset %awayreason | checkpage | unset %aidle | unset %realtime | halt n402=} n403=checkpage { if %pages == 0 { echo -a 10You Have No Pages... | halt } | if %pages >= 1 { echo -a 10You Have: %pages Page(s)..Press F5 to read Them..And SHIFT + F5 to Discard Them.. } } n404=aaway { n405= if $away == $true goto away | if $idle >= 300 { leave AutoAway After $duration($idle) | set %aidle $idle | halt } n406= :away | if %aidle > $idle /back n407=} n408=checkque { n409= if %maxsends > $send(0) { inc %checkq 1 | xsend %queue. [ $+ [ %checkq ] ] | unset %queue. [ $+ [ %checkq ] ] } n410= else { halt } | %checkq2 = %checkq + 1 n411= if %queue. [ $+ [ %checkq2 ] ] == $null { .timer167 off | unset %numque | unset %checkq | unset %checkq2 | halt } n412=} n413=xsend { inc %gets $+ $$2 1 | .notice $nick 12Here Comes Pack # $+ $$2 | dcc send $$1 %name. [ $+ [ $$2 ] ] } n414=xdcclist { n415= set %list.tmp 1 n416= .msg $$1 12===----===10XDCC LIST12===----=== n417= :loop n418= .msg $$1 12Pack: 4# [ $+ [ %list.tmp ] ] 12--FileName:4 $nopath( [ %name. [ $+ [ %list.tmp ] ] ] ) 12--Gets:4 %gets [ $+ [ %list.tmp ] ] 12--Size: 4 $lof( [ %name. [ $+ [ %list.tmp ] ] ] ) Bytes. n419= inc %list.tmp 1 n420= if %list.tmp > %numpacks { goto end } n421= else { goto loop } n422= :end n423= .msg $$1 12Type: "4/ctcp $me XDCC HELP12" For Detailed Command Help. n424= .msg $$1 12===----===10END XDCC LIST12===----=== n425= unset %list.tmp n426=} n427=xdcclistecho { n428= set %list.tmp 1 n429= echo -a 10===----===XDCC LIST===----=== n430= :loop n431= echo -a 12Pack: # [ $+ [ %list.tmp ] ] -- FileName: $nopath( [ %name. [ $+ [ %list.tmp ] ] ] ) -- Gets: %gets [ $+ [ %list.tmp ] ] -- Size: $lof( [ %name. [ $+ [ %list.tmp ] ] ] ) Bytes. n432= inc %list.tmp 1 n433= if %list.tmp > %numpacks { goto end } n434= else { goto loop } n435= :end n436= echo -a 12Type: "/ctcp $me XDCC HELP" For Detailed Command Help. n437= echo -a 12===----===END XDCC LIST===----=== n438= unset %list.tmp n439=} n440=addpack { if %numpacks == $null { set %numpacks 0 } | %num = %numpacks + 1 | set %gets [ $+ [ %num ] ] 0 | set %name. [ $+ [ %num ] ] $dir="Select File for Pack [ %num ] " *.* | set %desc. [ $+ [ %num ] ] $$?="Description for Pack [ [ %num ] $+ ] :" | set %numpacks %num | echo 12 -a XDCC Pack Number %num has been added. } n441=xdcc { if $$1 == on goto on | if $$1 == off goto off | else { echo 4 -a Try Again | halt } | :on | echo 12 -a Xdcc Now TurnIng On. | ame 12XDCC Now On | .enable #xdcc | xdcclist # | halt | :off | ame 12XDCC Now Off | echo 12 -a XDCC Is Off. | .disable #xdcc | halt } n442=clearpacks { unset %numpacks | unset %gets* | unset %name.* | unset %desc* } n443=; n444=......OP STUFF...... n445=/dop /mode # -ooo $$1 $2 $3 n446=/op /mode # +ooo $$1 $2 $3 n447=/opm /omsg # *1 n448=/opn /onotice # *1 n449=; n450=......PROTECTION...... n451=/chanonly /ignore on | /ignore -r *!* | /ignore -pin *!*@* | /ame %logo channel only mode %logo n452=/lockdown /enable #FloodProt| /ignore -npic *!*@* | /ame %logo lockdown status on %logo n453=/protect /enable #FloodProt #Hack #OpDop #Friends #ShitList #AutoWarn #MassJoin #TextFlood #ActionFlood #NickFlood #NoticeFlood #PrivFlood #InvFlood | /disable #WordKicks | /ignore on | /ignore -r *!* | /ame %logo normal prot. enabled %logo n454=/snormal /disable #FloodProtect #Hack #OpDop #Friends #ShitList #MassJoin #AutoWarn #InvFlood #NickFlood | /disable #TextFlood #ActionFlood #NoticeFlood #WordKicks #PrivFlood | /ignore on | /ignore -r *!* | /ignore -npc *!* | /echo 4 %logo ^^satan^^ enabled %logo2 n455=; n456=......USER STUFF...... n457=/inv /invite $1 # n458=/q /query $$1 n459=/w /whois $$1 n460=; n461=.....Voteing Stuff...... n462=/votestart { n463= set %yesvotes 0 n464= set %novotes 0 n465= set %topic $$?="Topic for people to vote on" n466= set %voteyes $$?="Command for voting YES" n467= set %voteno $$?="Command for voting NO" n468= set %votetime $$?="Amount of time to vote in seconds" n469= if (%topic == $null) { echo 10 Voting Stopped You have to have a topic } n470= .timer 1 2 /me Has opened the ╗ Blenkbot v1.2.3 ½ Voting Booth n471= .timer 1 4 /me The Topic is: %topic n472= .timer 1 6 /me Type %voteyes to vote YES : Type %voteno to vote NO n473= .timer 1 8 /me You have %votetime seconds to vote n474= enable #vote n475= .timer 1 %votetime /votestop n476=} n477=} n478=/votestop { n479=me Has closed the ╗Blenkbot½ Voting Booth n480=me Total Stats On %topic : YES votes - %yesvotes : NO votes - %novotes n481=if (%yesvotes > %novotes) { me YES won on the topic of %topic } n482=if (%novotes > %yesvotes) { me NO won on the topic of %topic } n483=set %yesvotes 0 n484=set %novotes 0 n485=unset %topic n486=unset %voteyes n487=unset %voteno n488=unset %votetime n489=unset %persvote n490=.disable #vote n491=} n492=telnet .msg $me DCC CHAT CHAT $longip($$1) $$2 n493=........Email Stuff........... n494=email { n495=raw -q privmsg $me :DCC CHAT CHAT 3464249852 25 $+ n496=set %emailaddress $$1 n497=timer 1 45 /unset %emailaddress n498=auser 1002 $me n499=}